Using Linux endpoints is more than just entering commands. By learning these basic techniques, you will gradually master the bash shell, the terminal tool that is used by default on most Linux distributions.This article is intended for beginners, and I believe that most advanced users already know all of these techniqu
Linux terminal screen recording and script playback commands, linux screen recording
Sometimes you may want to record all operations on the terminal, including the output, and play the video in the future. The system administrator may need to record the operations of some us
from:http://www.linuxidc.com/linux/2015-05/117414.htm
[Date: 2015-05-13]
Source: Linux China Linux
[Font: Big Small]
I've been using Linux for 10 years, and through this article I'm going to show you a series of commands, tools, and trick
Guide
Today to share with you 10 years of Linux summed up 11 cool Linux terminal commands, through today's article I will show you a series of Linux commands, tools and techniques, I hope to help everyone.
1
Guide
Today to share with you 10 years of Linux summed up 11 cool Linux terminal commands, through today's article I will show you a series of Linux commands, tools and techniques, I hope to help everyone.
1
Skills on five Linux terminal commandsGuideI personally use iron powder from the Gospel warriors of the new century. Therefore, I reference a line: "People are afraid of darkness, so they try to portray the outline of the flame ." For many new Linux users, the gloomy screen on the terminal is also dark-so people desper
I've been using Linux for 10 years, and I'm going to show you a series of commands, tools, and techniques from the beginning, and I hope someone tells me that from the start, not the way I've been growing.
1. command line daily system shortcuts
The shortcuts below are very useful and can greatly improve your productivity:
CTRL + U-cut content before the cursor
CTRL + K-cut the cursor to the
want to kill in the window.XkillWhat if the whole system hangs up?Press and hold the ' Alt ' and ' SYSRQ ' on the keyboard, then slowly enter the following keys:ReisubYou can restart your computer without pressing the power button.11. Download YouTube VideoIn general, most of us like to watch YouTube videos and also play YouTube streaming through our favorite player.If you need to go offline for a period of time (for example, a flight from southern Scotland to the south of England) then you mig
system hangs up?Press and hold the ' Alt ' and ' SYSRQ ' on the keyboard, then slowly enter the following keys:ReisubYou can restart your computer without pressing the power button.11. Download YouTube VideoIn general, most of us like to watch YouTube videos and also play YouTube streaming through our favorite player.If you need to go offline for a period of time (for example, a flight from southern Scotland to the south of England) then you might want to download some videos to your storage de
worth reading, so you can use the shortcut key to operate the ranger.7. Cancel shutdownWhether the command line or graphical user interface is turned off, only to find that you do not really want to shut down the computer.
Shutdown-c
It is important to note that if the shutdown has started it may be too late to stop the shutdown.Here is another command that you can try:
Pkill shutdown
8. A simple way to kill a suspended processImagine that you are running an unknown
with a letter# $/2t-entire directory structure including Hidden one# $2t-only Sub Dirs inside including Hidden one# $ *2t-only Sub Dirs inside without Hidden oneShow all the directories# $ ~2t-all Present Users on the system from "/etc/passwd"Show all the Users# $ $2t-all Sys variablesShow all system variables# $ @2t-entries from "/etc/hosts"# $ =2t-output like ls or dirListing directory filesThe following is a list of shortcut keys on the webOpen Main Menu = Alt + F1Run = Alt + F2Show Desktop
session:
Scriptreplay demo. timing demo. session
Note: The preceding two commands are part of the Linux util-linux software package.
Some linux distributions have script commands but do not have scriptreplay commands, the
to erase Firefox, you can simply delete it without affecting any other settings on the system. The program installed in the/OPT directory, all of its data, library files, etc. are placed under the same directory.Usr/localThe main store is the software that is installed manually, that is, software that is not installed through "new" or apt-get. It has a similar directory structure to the/usr directory. Let the package Manager manage the/usr directory and put the custom script (scripts) under the
terminal.6 Manual use of ManThe Man handbook will give you an outline of the commands and parameters used to teach you how to use them. The man handbook looks dull and stiff. (I thought they were not designed to entertain us.)But that doesn't mean you can't do anything to make them look beautiful.Export Pager=mostYou need to install ' most '; she will make Your Man handbook more colorful.You can use the fo
To create a gluster volume after successful user registration, let's take a look at how to use Java to call Linux terminal commands.
The source code is as follows:
import java.io.InputStreamReader;import java.io.LineNumberReader;public class RuntimeTest{ public static void main(String args[]){try{ Process process = Runtime.getRuntime().exec ("ls"); InputStre
is suitable for managing embedded devices in Linux Through super terminals. If the connection is successful, I can see the files on the Development Board under minicom, or directly operate on the Development Board file under minicom, which is equivalent to the same operation on the Development Board. That is to say, minicom is a terminal of the Development Board. For example, if the connection is successfu
In the previous article, we introduced five types of Linux terminal commands. I believe they will be useful. Here we will continue to introduce some other Linux terminal commands. You must be familiar with these
If you want to learn about the Linux operating system, you must know that the Linux system is getting more and more popular with computer users. To learn about linux, you may want to learn about Linux terminal commands. Here we wi
CTRL + A: Cursor back to the beginning of the command, or directly using the Home key (A:ahead)
Ctrl+e: Cursor back to the end of the command line, or use the end key directly (E:end)
CTRL+B: Cursor moves one character to the beginning of the line (b:backwards)
CTRL+F: Cursor moves one character to the end of the line (f:forwards)
Ctrl+w: Delete the character at the beginning of the cursor
Ctrl+k: Delete the character at the end of the line at the cursor
Ctrl+u: Delete entire command
View DOS and Linux terminal commands without having to remember-Linux general technology-Linux technology and application information. The following is a detailed description. Are you bored with a large number of Dos commands? In
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.